home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
patches
/
ami301c.zip
/
123COPY.SM$
/
123COPY.SMM
Wrap
INI File
|
1993-05-13
|
22KB
|
1,463 lines
[ver]
4
[sty]
_MACRO.STY
[files]
[charset]
82
ANSI (Windows, IBM CP 1252)
[revisions]
0
[prn]
Apple LaserWriter Plus
[port]
LPT1:
[lang]
1
[desc]
Collect information and copy from 123 for Windows
737314514
25
731818190
545
6
0
0
0
0
1
[fopts]
0
1
0
0
[lnopts]
2
Body Text
1
[docopts]
5
2
[GramStyle]
[ParaNum]
1
[tag]
Table Text
5
[fnt]
Arial
240
0
16384
[algn]
1
1
0
0
0
[spc]
33
273
1
0
0
1
100
[brk]
4
[line]
8
0
1
0
1
1
1
10
10
1
[spec]
0
0
0
1
1
0
0
0
0
[nfmt]
272
1
3
.
,
$
Table Text
0
0
[frm]
1
1573060
360
9240
2191
10381
0
1
1
1 0 0 0 0 0 0
0
16777215
3
0
6400
0 0
[frmlay]
9520
1831
1
0
0
1
9240
0
0
2
0
0
0
0
1
360
1886
0
[tbl]
3 1 284 86 1440 86 1 43 43
[h]
0 280 86 2 0 1 0
1 280 86 2 0 1 0
2 280 86 2 0 1 0
[e]
[w]
0 1728 60 6 0
[e]
[data]
0 0 8 0 0 0 0 1 0 0 0 0
<+@><:S+-1><:f240, Arial MT,0,0,0>Clarke
>
1 0 8 0 0 0 0 1 0 0 0 0
<+@><:S+-1><:f240, Arial MT,0,0,0>Aubry
>
2 0 8 0 0 0 0 1 0 0 0 0
<+@><:S+-1><:f240, Arial MT,0,0,0>Kaplan
>
[e]
[tble]
[l1]
0
[edoc]
<:#284,9360>' Macro by Charlie Pappas
<:#284,9360>
<:#568,9360>define CreateFont() DllCall("gdi,CreateFont,HHHHHHHHHHHHHHC", %1, %2, %3, %4, %5, %6, %7, %8, %9, %10, %11, %12, %13, %14)
<:#284,9360>define DeleteObject(handle) DllCall("gdi,DeleteObject,HH", %1)
<:#568,9360>define SendMessage(hwnd, msg, wpara, lparm) DllCall("user,SendMessage,HHHHJ", %1, %2, %3, %4)
<:#284,9360>define WM_SETFONT 0x30
<:#284,9360>declare createdlgfont()
<:#284,9360>declare setfont(hdlg, id)
<:#284,9360>declare deletefont()
<:#284,9360>
<:#568,9360>Define MoveWindow() DllCall("User,MoveWindow,HHHHHHA",%1,%2,%3,%4,%5,%6)
<:#284,9360>Define SetFocus() DllCall("user,SetFocus,HH",%1)
<:#284,9360>Define FindWindow() DllCall("user,FindWindow,HCC", %1, %2)
<:#284,9360>DEFINE GetWindowrect() DllCall("user,GetWindowRect,HHN",%1,%2)
<:#568,9360>define SetWindowPos(hwnd, hwndinsertafter, x, y, cx, cy, wflags) DllCall("user,SetWindowPos,HHHHHHHI", %1, %2, %3, %4, %5, %6, %7)
<:#284,9360>Define ShowWindow(hWnd, stuff) DllCall("user,ShowWindow,HHH", %1, %2)
<:#284,9360>Define GetModuleHandle() DllCall("kernel,GetModuleHandle,HC", %1)
<:#284,9360>define SWP_NOMOVE 0x0002
<:#284,9360>Define PostMessage() DllCall("User,PostMessage,HHHHJ",%1,%2,%3,%4)
<:#284,9360>define IsIconic(hWnd) DllCall("user,IsIconic,HH", %1)
<:#568,9360>define WinHelpa(hWnd, file, cmd, ptr) DllCall("user,WinHelp,HHCHJ", %1, %2, %3, %4)
<:#284,9360>
<:#284,9360>define GetMenu(hWnd)
<:#284,9360> DllCall("user,GetMenu,HH", %1)
<:#284,9360>define GetMenuString(hMenu, offset, namep, max, flag)
<:#284,9360> DllCall("user,GetMenuString,HHHFHH", %1, %2, %3, %4, %5)
<:#284,9360>define GetMenuItemCount(hMenu)
<:#284,9360> DllCall("user,GetMenuItemCount,HH", %1)
<:#284,9360>define MF_BYPOSITION 0x400
<:#284,9360>
<:#284,9360>Define WM_SETREDRAW 0x000B
<:#284,9360>define WM_COMMAND 0x0111
<:#284,9360>define SC_RESTORE 0xF120
<:#284,9360>define WM_SYSCOMMAND 0x0112
<:#284,9360>
<:#284,9360>define MyAppName "<:f240,BArial,255,0,0>Collect<:f><:f240,BArial,255,0,0> & Copy<:f>"
<:#284,9360>define MsgBox(msgtext) Message(%1, myappname)
<:#284,9360>
<:#284,9360>declare newnow()
<:#284,9360>declare done()
<:#284,9360>declare insertdata(hdlg, id, val)
<:#284,9360>declare hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
declare showami(rect)
declare hideami(rect)
declare modframe()
declare setpagelayout()
declare freeglobals()
declare winproc(hdlg, id, val)
declare box2(hdlg, id, val)
declare 123which()
@Function@function bits(123w)
'singlestep(0)
if 123w = 1
rmac = getrunningmacrofile$()
runlater(rmac, 0.1)
exit function
endif
appname = "<:f240,BArial,255,0,0>123W<:f>"
AppTitleBarName = "<:f240,BArial,255,0,0>Lotus 1-2-3 Release 4<:f>"
LotusIniAppName = "<:f240,BArial,255,0,0>123W<:f>"
ClassName = "<:f240,BArial,255,0,0>123WParent<:f>"
hwnd = hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
if hwnd = 0
return 0
endif
if 123which() <<<;> 0
AppTitleBarName = "<:f240,BArial,255,0,0>1-2-3 for Windows<:f>"
endif
dim rect(4)
onerror endit
oncancel endit
allocglobalvar("bits", 1)
setglobalvar("bits", 0)
allocglobalvar("bitsapp", 1)
setglobalvar("bitsapp", lotusiniappname)
allocglobalvar("framecount", 1)
setglobalvar("framecount", 0)
allocglobalvar("lotusapphwnd", 1)
setglobalvar("lotusapphwnd", hwnd)
hwndpro = findwindow("amiprownda", 0)
if isiconic(hwnd)
appsendmessage(findwindow("Progman", 0), WM_SYSCOMMAND, SC_RESTORE, 0)
endif
showwindow(hwndpro, 0)
newnow()
rmac = getrunningmacrofile$()
setdlgcallback(0, "{rmac}!initdlg")
setdlgcallback(71, "{rmac}!insertdata")
runlater("{rmac}!setappfocus", 0.1)
dialogbox(".", "box1")
dlgkeyinterrupt(<[>f1], "{rmac}!helpme")
setdlgcallback(0, "{rmac}!initdlg2")
box = dialogbox(".", lotusiniappname)
if box = 1
showwindow(hwndpro, 5)
else
showwindow(hwndpro, 5)
activateapp(AppTitleBarName)
endif
freeglobals()
return 1
endit:
showwindow(hwndpro, 5)
activateapp(AppTitleBarName)
freeglobals()
end function
@Function@function setappfocus()
setfocus(getglobalvar$("lotusapphwnd"))
end function
<+@>
<+@>
@Function@function helpme()
WinHelpa(FindWindow("AmiProWndA", 0), strcat$(GetAmiDirectory$(), "HelpPack.hlp"), 0x0001, 15)
end function
@Function@function freeglobals()
freeglobalvar("framecount")
freeglobalvar("bits")
freeglobalvar("lotusapphwnd")
freeglobalvar("bitsapp")
deletefont()
end function
@Function@function initdlg2(hdlg, id, value)
for i = 1000 to 1006
setfont(hdlg, i)
next
end function
@Function@function initdlg(hdlg, id, value)
for i = 1000 to 1006
setfont(hdlg, i)
next
dim rect(4)
GetWindowRect(hdlg, &rect)
x = rect(1)
y = rect(2)
cx = rect(3) - x
cy = rect(4) - y
setwindowpos(hdlg, -1, x, y, cx, cy, 0)
end function
@Function@function insertdata(hdlg, id, val)
setappfocus()
<+@>hwnd = getglobalvar$("lotusapphwnd")
appname = getglobalvar$("bitsapp")
which123 = 123which()
switch which123
case 0
activateapp("<:f240,BArial,255,0,0>Lotus 1-2-3 Release 4<:f>") ' do it with 123
ID = DDEInitiate("<:f240,BArial,255,0,0>123W<:f>", "<:f240,BArial,255,0,0>system<:f>")
command = "<:f240,BArial,255,0,0><[><[>run(""{{EDIT-COPY}"")]<:f>"
res = DDEExecute(id, command) ' comm
if id <;> 0
DDETerminate(id)
endif
case 1
wparam = 0x42F 'copy from sheet
lparao = 0x00010000
PostMessage(hwnd, wm_command, wparam, lparao)
case 2
wparam = 0x05AC ' copy from chart
lparao = 0x00000000
PostMessage(hwnd, wm_command, wparam, lparao)
endswitch
activateapp("")
if getinfo(217, 24, paste) <<<;> 1
return 0
endif
if getmode() <<<;> 1
layoutmode()
if getmode() <<<;> 1
return 0
endif
endif
count = getglobalvar$("framecount")
count = count + 1
if count = 6
PageBreak(1 )
count = 1
endif
setglobalvar("framecount", count)
if 123which() = 0
'pastespecial("OLE Embed")
pastespecial("OLE Link")
if isframeselected() <<<;> 1
pastespecial("<:f240,BArial,255,0,0>Windows Metafile<:f>")
endif
else
pastespecial("<:f240,BArial,255,0,0>Windows Metafile<:f>")
endif
if isframeselected()
modframe()
type("<[>esc]")
endif
endit:
setappfocus()
END FUNCTION
@Function@DIALOG box1
<:f240,BArial,255,0,0>-2134376448 9 170 210 185 38 "" "" "Collect<:f><:f240,BArial,255,0,0> & Copy<:f><:f240,BArial,255,0,0>"
<:f240,BArial,255,0,0>FONT 8 "Helv"
<:f240,BArial,255,0,0>118 3 63 14 71 1342373889 "button" "&Copy to Ami Pro" 0
<:f240,BArial,255,0,0>118 19 63 14 2 1342373888 "button" "Done" 0
<:f240,BArial,255,0,0>10 2 87 10 1000 1342177280 "static" "Select the range or chart" 0
<:f240,BArial,255,0,0>10 9 77 10 1001 1342177280 "static" "you want to print." 0
<:f240,BArial,255,0,0>10 18 81 10 1002 1342177280 "static" "Choose Copy to Ami Pro." 0
<:f240,BArial,255,0,0>10 27 103 10 1003 1342177280 "static" "Repeat these steps if you want." 0
<:f240,BArial,255,0,0>2 2 6 10 1004 1342177280 "static" "1." 0
<:f240,BArial,255,0,0>2 18 6 10 1005 1342177280 "static" "2." 0
<:f240,BArial,255,0,0>2 27 6 10 1006 1342177280 "static" "3." 0
END DIALOG
@Function@DIALOG 123w
<:f240,BArial,255,0,0>-2134376448 9 90 50 200 67 "" "amidialog" "Collect<:f><:f240,BArial,255,0,0> & Copy<:f><:f240,BArial,255,0,0>"
<:f240,BArial,255,0,0>FONT 8 "Helv"
<:f240,BArial,255,0,0>126 3 68 14 1 1342373889 "button" "&Switch to Ami Pro" 0
<:f240,BArial,255,0,0>126 19 68 14 2 1342373888 "button" "Done" 0
<:f240,BArial,255,0,0>3 2 117 10 1000 1342177280 "static" "You have selected some data to be" 0
<:f240,BArial,255,0,0>3 10 117 10 1001 1342177280 "static" "included in an Ami Pro document." 0
<:f240,BArial,255,0,0>3 18 117 10 1002 1342177280 "static" "This data is hot-linked to its origin" 0
<:f240,BArial,255,0,0>3 26 117 10 1003 1342177280 "static" "worksheet." 0
<:f240,BArial,255,0,0>3 38 117 10 1004 1342177280 "static" "You may now continue to work in" 0
<:f240,BArial,255,0,0>3 46 117 10 1005 1342177280 "static" "1-2-3, or you may switch to Ami Pro" 0
<:f240,BArial,255,0,0>3 54 117 10 1006 1342177280 "static" "to arrange or format your document." 0
END DIALOG
@Function@FUNCTION newnow()
@Outline3@defstyle=getprofilestring$("AmiPro", "defstyle", "AMIPRO.INI")
if defstyle = ""
defstyle = "<:f240,BArial,255,0,0>_default.sty<:f>" ' call for the default style sheet if not set in amipro.ini
endif
New(defstyle 1 1024 )
fullpageview()
setpagelayout()
END FUNCTION
@Function@
@Function@FUNCTION modframe()
count = getglobalvar$("framecount")
defstr width, length, left, top, leftx, leftmarg, topmarg, rightmarg, bottommarg, units;
getcurframeborders(&width, &length, &top, &leftx, &leftmarg, &topmarg, &rightmarg, &bottommarg, &units)
top = count * 1.60 * 1440
FrameModInit( )
FrameModLines(0 1 1 0 16777215 0 0 0 0 0 )
FrameModType((128 + 536870976) 0 "" )
FrameModBorders(3816, 2160, top, leftx, leftmarg, topmarg, rightmarg, bottommarg, units)
FrameModFinish( )
END FUNCTION
@Function@function setpagelayout()
ModLayoutInit(512 )
ModLayoutRightPage(1440 1440 1440 1440 1 0 1 1440 10465 12 1 720 1 1440 1 2160 1 2880 1 3600 1 4320 1 5040 1 5760 1 6480 1 7200 1 7920 1 8640 )
ModLayoutRightLines(0 1 0 1 2 )
country = GetProfileString$("<:f240,BArial,255,0,0>intl<:f>", "<:f240,BArial,255,0,0>sCountry<:f>") ' read win.ini for country settings
if country <<<;> "<:f240,BArial,255,0,0>United States<:f>" and country <<<;> "<:f240,BArial,255,0,0>Canada<:f>"
ModLayoutPageSize(16833 11908 1 4 ) ' A4
else
ModLayoutPageSize(15840 12240 1 1 ) ' Letter
endif
ModLayoutRightHeader(1440 792 1440 72 1 0 1 1440 10465 2 2 4680 3 9360 )
ModLayoutRightFooter(1440 72 1440 792 1 0 1 1440 10465 2 2 4680 3 9360 )
ModLayoutFinish( )
END FUNCTION
@Function@FUNCTION hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
' loads a Lotus Appliction
Define FindWindowLoadLotusApp() DllCall("user,FindWindow,HCC", %1, 0)
ONERROR endit
ONCANCEL endit
hwnd = FindWindowLoadLotusApp(classname)
if hwnd <<<;> 0
ActivateApp(AppTitleBarName)
if isiconic(hwnd)
appsendmessage(hwnd, WM_SYSCOMMAND, SC_RESTORE, 0)
endif
RETURN hwnd
endif
app = GetProfileString$("<:f240,BArial,255,0,0>Lotus Applications<:f>", LotusIniAppName, "<:f240,BArial,255,0,0>lotus.ini<:f>")
<+@>amidir = getamidirectory$()
if app <<<;> ""
appexecname = strfield$(app, 1, ".")
hwnd = FindWindowLoadLotusApp(classname)
if hwnd = 0
if Exec("{appexecname}.exe", "") << 32
<+@> macro = "{amidir}lotuspal.smm!salesmsg"
<+@> calli macro(2)
goto endit
endif
endif
hwnd = findwindowLoadLotusApp(classname)
if hwnd = 0
goto endit
endif
else
<+@> macro = "{amidir}lotuspal.smm!salesmsg"
<+@> calli macro(2)
goto endit
endif
ActivateApp(AppTitleBarName)
endit:
RETURN hwnd
END FUNCTION
@Function@function createdlgfont()
ignorekeyboard(1)
rmac = getrunningmacrofile$() 'internal windows screen font
hfont = CreateFont(13, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 32, "<:f240,BArial,255,0,0>Helv<:f>")
if hfont <;> 1
AllocGlobalVar("{rmac}hfont", 1)
SetGlobalVar("{rmac}hfont", hFont)
Return hfont
endif
End Function
@Function@function deletefont()
ignorekeyboard(1)
rmac = getrunningmacrofile$()
AllocGlobalVar("{rmac}hfont", 1)
hfont = getglobalvar$("{rmac}hfont")
if hfont <;> 1
deleteobject(hfont)
freeglobalvar("{rmac}hfont")
endif
end function
@Function@function setfont(hdlg, id)
ignorekeyboard(1)
rmac = getrunningmacrofile$()
AllocGlobalVar("{rmac}hfont", 1)
hfont = getglobalvar$("{rmac}hfont")
if hfont << 1
if createdlgfont() << 1
return 0
endif
endif
hfont = getglobalvar$("{rmac}hfont")
SendMessage(GetDlgITem(Hdlg, id), WM_SETFONT, hfont, 0)
end function
@Function@function 123which()
' Are you running rockport?
rockportmenu1 = "<:f240,BArial,255,0,0>Wor&ksheet<:f>" ' this is the third menu in 123w rel 1.1
rockportmenu2 = "<:f240,BArial,255,0,0>&Chart<:f>" ' this is the third menu in 123w rel 1.1 if in chart mode
hmenu = getmenu(findwindow("<:f240,BArial,255,0,0>123WParent<:f>", 0)) ' class name of 123w
menucnt = GetMenuItemCount(hmenu)
defstr menuname;
GetMenuString(hMenu, 2, &menuname, 80, MF_BYPOSITION)
if menuname = rockportmenu1 or menuname = rockportmenu2
if menuname = rockportmenu2
return 2
endif
return 1
endif
return 0
END FUNCTION<:p<* >>
>
[Embedded]
00014595
>
[macsum] 17
bits 0 1 10 52
setappfocus 1171 0 1 113
helpme 1255 0 1 118
freeglobals 1407 0 1 123
initdlg2 1523 3 2 132
initdlg 1676 3 7 139
insertdata 2039 3 9 154
box1 3116 0 -1 215
123w 3706 0 -1 230
newnow 4421 0 2 245
modframe 4595 0 12 256
setpagelayout 4881 0 2 268
hActivateLotusApp 5370 3 6 284
createdlgfont 6100 0 3 324
deletefont 6324 0 3 336
setfont 6504 2 3 348
123which 6782 0 6 363
[macse]
14 bits
6 0
5 1
18 0
11 00000083
0 802
13
8 2
0 285 "{2}" 0.1
6 1
15
9
7 "123W"
8 3
7 "Lotus 1-2-3 Release 4"
8 4
7 "123W"
8 5
7 "123WParent"
8 6
16 hActivateLotusApp "{4}" "{5}" "{6}"
13
8 7
6 7
5 0
18 0
11 00000256
5 0
15
9
16 123which
13
5 0
18 1
11 00000325
7 "1-2-3 for Windows"
8 4
5 4
21 8 [X]
20 00001094
19 00001094
0 271 "bits" 1
0 264 "bits" 0
0 271 "bitsapp" 1
0 264 "bitsapp" "{5}"
0 271 "framecount" 1
0 264 "framecount" 0
0 271 "lotusapphwnd" 1
0 264 "lotusapphwnd" "{7}"
0 284 "user,FindWindow,HCC" "amiprownda" 0
13
8 9
0 284 "user,IsIconic,HH" "{7}"
13
11 00000707
0 284 "user,FindWindow,HCC" "Progman" 0
13
0 1036 [X] 274 61728 0
0 284 "user,ShowWindow,HHH" "{9}" 0
16 newnow
0 802
13
8 2
0 41 0 "{2}!initdlg"
0 41 71 "{2}!insertdata"
0 285 "{2}!setappfocus" 0.1
0 26 "." "box1"
0 47 112 "{2}!helpme"
0 41 0 "{2}!initdlg2"
0 26 "." "{5}"
13
8 10
6 10
5 1
18 0
11 00001017
0 284 "user,ShowWindow,HHH" "{9}" 5
10 00001066
0 284 "user,ShowWindow,HHH" "{9}" 5
0 38 "{4}"
16 freeglobals
5 1
15
9
0 284 "user,ShowWindow,HHH" "{9}" 5
0 38 "{4}"
16 freeglobals
6 1
15
9
14 setappfocus
0 265 "lotusapphwnd"
13
0 284 "user,SetFocus,HH" [X]
6 0
15
9
14 helpme
0 284 "user,FindWindow,HCC" "AmiProWndA" 0
13
0 798
13
0 16 [X] "HelpPack.hlp"
13
0 284 "user,WinHelp,HHCHJ" [X] [X] 1 15
6 0
15
9
14 freeglobals
0 266 "framecount"
0 266 "bits"
0 266 "lotusapphwnd"
0 266 "bitsapp"
16 deletefont
6 0
15
9
14 initdlg2
5 1000
8 4
5 1006
6 4
18 2
12 00000104
10 00000141
5 1
6 4
3 0
8 4
10 00000026
16 setfont "{0}" "{4}"
10 00000071
6 3
15
9
14 initdlg
5 1000
8 4
5 1006
6 4
18 2
12 00000103
10 00000140
5 1
6 4
3 0
8 4
10 00000025
16 setfont "{0}" "{4}"
10 00000070
5 4
21 5 [X]
0 284 "user,GetWindowRect,HHN" "{0}" &5
5 1
22 5
8 6
5 2
22 5
8 7
5 3
22 5
6 6
3 1
8 8
5 4
22 5
6 7
3 1
8 9
0 284 "user,SetWindowPos,HHHHHHHI" "{0}" -1 "{6}" "{7}" "{8}" "{9}" 0
6 3
15
9
14 insertdata
16 setappfocus
0 265 "lotusapphwnd"
13
8 4
0 265 "bitsapp"
13
8 5
16 123which
13
8 6
5 0
6 6
18 0
11 00000314
0 38 "Lotus 1-2-3 Release 4"
0 8 "123W" "system"
13
8 1
7 "[[run(""{{EDIT-COPY}"")]"
8 7
0 11 "{1}" "{7}"
13
8 8
6 1
5 0
18 3
11 00000301
0 9 "{1}"
10 00000547
5 1
6 6
18 0
11 00000439
5 1071
8 9
5 65536
8 10
0 284 "User,PostMessage,HHHHJ" "{4}" 273 "{9}" "{10}"
10 00000547
5 2
6 6
18 0
11 00000547
5 1452
8 9
5 0
8 10
0 284 "User,PostMessage,HHHHJ" "{4}" 273 "{9}" "{10}"
0 38 ""
0 1313 217 24 155
13
5 1
18 1
11 00000615
5 0
15
9
0 29
13
5 1
18 1
11 00000704
2 210 1
0 29
13
5 1
18 1
11 00000704
5 0
15
9
0 265 "framecount"
13
8 11
6 11
5 1
3 0
8 11
6 11
5 6
18 0
11 00000808
2 357 1 1
5 1
8 11
0 264 "framecount" "{11}"
16 123which
13
5 0
18 0
11 00000972
2 588 1 "OLE Link"
0 800
13
5 1
18 1
11 00000959
2 588 1 "Windows Metafile"
10 00001000
2 588 1 "Windows Metafile"
0 800
13
11 00001049
16 modframe
0 6 "[27]"
16 setappfocus
6 3
15
9
DIALOG box1
-2134376448 9 170 210 185 38 "" "" "Collect & Copy"
FONT 8 "Helv"
118 3 63 14 71 1342373889 "button" "&Copy to Ami Pro" 0
118 19 63 14 2 1342373888 "button" "Done" 0
10 2 87 10 1000 1342177280 "static" "Select the range or chart" 0
10 9 77 10 1001 1342177280 "static" "you want to print." 0
10 18 81 10 1002 1342177280 "static" "Choose Copy to Ami Pro." 0
10 27 103 10 1003 1342177280 "static" "Repeat these steps if you want." 0
2 2 6 10 1004 1342177280 "static" "1." 0
2 18 6 10 1005 1342177280 "static" "2." 0
2 27 6 10 1006 1342177280 "static" "3." 0
DIALOG 123w
-2134376448 9 90 50 200 67 "" "amidialog" "Collect & Copy"
FONT 8 "Helv"
126 3 68 14 1 1342373889 "button" "&Switch to Ami Pro" 0
126 19 68 14 2 1342373888 "button" "Done" 0
3 2 117 10 1000 1342177280 "static" "You have selected some data to be" 0
3 10 117 10 1001 1342177280 "static" "included in an Ami Pro document." 0
3 18 117 10 1002 1342177280 "static" "This data is hot-linked to its origin" 0
3 26 117 10 1003 1342177280 "static" "worksheet." 0
3 38 117 10 1004 1342177280 "static" "You may now continue to work in" 0
3 46 117 10 1005 1342177280 "static" "1-2-3, or you may switch to Ami Pro" 0
3 54 117 10 1006 1342177280 "static" "to arrange or format your document." 0
14 newnow
0 286 "AmiPro" "defstyle" "AMIPRO.INI"
13
8 1
6 1
7 ""
18 0
11 00000113
7 "_default.sty"
8 1
2 101 1 "{1}" 1 1024
2 201 1
16 setpagelayout
6 0
15
9
14 modframe
0 265 "framecount"
13
8 1
0 795 &2 &3 &5 &6 &7 &8 &9 &10 &11
6 1
5 1.60
4 0
5 1440
4 0
8 5
2 421 1
2 416 1 0 1 1 0 16777215 0 0 0 0 0
5 128
5 536870976
3 0
2 417 1 [X] 0 ""
2 418 1 3816 2160 "{5}" "{6}" "{7}" "{8}" "{9}" "{10}" "{11}"
2 420 1
6 0
15
9
14 setpagelayout
2 361 1 512
2 363 1 1440 1440 1440 1440 1 0 1 1440 10465 12 1 720 1 1440 1 2160 1 2880 1 3600 1 4320 1 5040 1 5760 1 6480 1 7200 1 7920 1 8640
2 366 1 0 1 0 1 2
0 286 "intl" "sCountry"
13
8 1
6 1
7 "United States"
18 1
6 1
7 "Canada"
18 1
1 1
11 00000325
2 362 1 16833 11908 1 4
10 00000350
2 362 1 15840 12240 1 1
2 364 1 1440 792 1440 72 1 0 1 1440 10465 2 2 4680 3 9360
2 365 1 1440 72 1440 792 1 0 1 1440 10465 2 2 4680 3 9360
2 376 1
6 0
15
9
14 hActivateLotusApp
20 00000706
19 00000706
0 284 "user,FindWindow,HCC" "{2}" 0
13
8 4
6 4
5 0
18 1
11 00000222
0 38 "{0}"
0 284 "user,IsIconic,HH" "{4}"
13
11 00000210
0 1036 "{4}" 274 61728 0
6 4
15
9
0 286 "Lotus Applications" "{1}" "lotus.ini"
13
8 5
0 798
13
8 6
6 5
7 ""
18 1
11 00000634
0 20 "{5}" 1 "."
13
8 7
0 284 "user,FindWindow,HCC" "{2}" 0
13
8 4
6 4
5 0
18 0
11 00000533
0 22 "{7}.exe" ""
13
5 32
18 5
11 00000533
7 "{6}lotuspal.smm!salesmsg"
8 8
16 "{8}" 2
10 00000706
0 284 "user,FindWindow,HCC" "{2}" 0
13
8 4
6 4
5 0
18 0
11 00000621
10 00000706
10 00000694
7 "{6}lotuspal.smm!salesmsg"
8 8
16 "{8}" 2
10 00000706
0 38 "{0}"
6 4
15
9
6 3
15
9
14 createdlgfont
0 32 1
0 802
13
8 1
0 284 "gdi,CreateFont,HHHHHHHHHHHHHHC" 13 0 0 0 400 0 0 0 0 0 0 0 0 "Helv"
13
8 2
6 2
5 1
18 3
11 00000212
0 271 "{1}hfont" 1
0 264 "{1}hfont" "{2}"
6 2
15
9
6 0
15
9
14 deletefont
0 32 1
0 802
13
8 1
0 271 "{1}hfont" 1
0 265 "{1}hfont"
13
8 2
6 2
5 1
18 3
11 00000168
0 284 "gdi,DeleteObject,HH" "{2}"
0 266 "{1}hfont"
6 0
15
9
14 setfont
0 32 1
0 802
13
8 3
0 271 "{3}hfont" 1
0 265 "{3}hfont"
13
8 4
6 4
5 1
18 5
11 00000170
16 createdlgfont
13
5 1
18 5
11 00000170
5 0
15
9
0 265 "{3}hfont"
13
8 4
0 44 "{0}" "{1}"
13
0 284 "user,SendMessage,HHHHJ" [X] 48 "{4}" 0
6 2
15
9
14 123which
7 "Wor&ksheet"
8 1
7 "&Chart"
8 2
0 284 "user,FindWindow,HCC" "123WParent" 0
13
0 284 "user,GetMenu,HH" [X]
13
8 3
0 284 "user,GetMenuItemCount,HH" "{3}"
13
8 4
0 284 "user,GetMenuString,HHHFHH" "{3}" 2 &5 80 1024
6 5
6 1
18 0
6 5
6 2
18 0
1 2
11 00000343
6 5
6 2
18 0
11 00000331
5 2
15
9
5 1
15
9
5 0
15
9
6 0
15
9
00014620